Namespace - LJCDBMessage
Parameters
dataObjects - The collection of data objects.
propertyNames - The included property names.
maxRows - The maximum number of rows to display.
Returns
The HTML table.
Syntax
| C# |
|
public static String DataHTML(List<Object> dataObjects, List<String> propertyNames, Int32 maxRows = 0)
|
Create an HTML table from a collection of data objects.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.